'Declaration Public Function New( _
ByVal analyzerThe analyzer.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe logical value.As Boolean, _
ByVal leftArgumentValueThe left argument value.As TValue, _
ByVal comparisonOperatorThe comparison operator.As ComparisonOperator, _
ByVal rightArgumentValueThe right argument value.As TValue _
)
public ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo analyzer,
System.Object target,
bool value,
TValue leftArgumentValue,
ComparisonOperator comparisonOperator,
TValue rightArgumentValue
)
public: ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* analyzer,
System.Object target,
bool value,
TValue* leftArgumentValue,
ComparisonOperator comparisonOperator,
TValue* rightArgumentValue
)
public:
ComparerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ analyzer,
System.Object target,
bool value,
TValue^ leftArgumentValue,
ComparisonOperator comparisonOperator,
TValue^ rightArgumentValue
)
Parameters
- analyzer
- The analyzer.
- target
- The target.
- value
- The logical value.
- leftArgumentValue
- The left argument value.
- comparisonOperator
- The comparison operator.
- rightArgumentValue
- The right argument value.